home *** CD-ROM | disk | FTP | other *** search
- Path: mail2news.demon.co.uk!lorelei.demon.co.uk
- From: John Croudy <john@lorelei.demon.co.uk>
- Newsgroups: comp.lang.c++
- Subject: Re: what does this code do?
- Date: Sun, 7 Apr 96 17:35:20 GMT
- Organization: home
- Message-ID: <9604071735.AA001nh@lorelei.demon.co.uk>
- References: <4k6u2v$i2c@newsbf02.news.aol.com>
- X-NNTP-Posting-Host: lorelei.demon.co.uk
- X-Newsreader: TIN [AMIGA 1.3 950726BETA PL0]
- X-Mail2News-Path: disperse.demon.co.uk!post.demon.co.uk!lorelei.demon.co.uk
-
- On 6 Apr 1996 18:17:51 -0500, Mrdavc wrote:
-
- > linePtrs[currentLine][lineLen[currentLine]] = (char) key;
- >
- > What does this code do? It looks like linePtrs is a multidimensional
-
- It looks like a two dimensional array to me: char linePtrs[...][...]
-
- but if it isn't then I've no idea! Unless there's some weird thing with
- overloading [] operators or something.
-
- BTW: What a horribly unreadable line of code!
-
- John
- xxxx
-